chore(deps): update Android SDK to v8.37.1#5884
chore(deps): update Android SDK to v8.37.1#5884github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
672d42a to
e8d0de1
Compare
Semver Impact of This PR⚪ None (no version bump detected) 📋 Changelog PreviewThis is how your changes will appear in the changelog.
🤖 This preview updates automatically when you update the PR. |
|
antonis
left a comment
There was a problem hiding this comment.
Marking as Blocked till the version missmatch is tackled
4c602a4 to
3f69db2
Compare
3f69db2 to
3084aa5
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| implementation 'com.facebook.react:react-native:+' | ||
| api 'io.sentry:sentry-android:8.36.0' | ||
| debugImplementation 'io.sentry:sentry-spotlight:8.36.0' | ||
| api 'io.sentry:sentry-android:8.37.1' |
There was a problem hiding this comment.
Expo handler sentry-android version not updated to 8.37.1
Low Severity
The sentry-android dependency in packages/core/android/expo-handler/build.gradle is still at 8.36.0 while build.gradle and replay-stubs/build.gradle were bumped to 8.37.1. The scripts/update-android.sh automation doesn't update the expo-handler file, creating a version mismatch across the Android modules. Flagging this because the review rules require checking dependency updates for compatibility issues across the codebase.
Triggered by project rule: PR Review Guidelines for Cursor Bot
3084aa5 to
2d543fb
Compare
2d543fb to
4d8415e
Compare


Bumps scripts/update-android.sh from 8.36.0 to 8.37.1.
Auto-generated by a dependency updater.
Changelog
8.37.1
Fixes
SentryContextStorage.root()with virtual threads and OpenTelemetry agent (#5234)8.37.0
Fixes
Features
CacheManagerandCachebeans to produce cache spanssentry.enable-cache-tracingtotrueto enable this featuresentry-jcachemodule (#5165)CachewithSentryJCacheWrapperto produce cache spansenableCacheTracingoption totrueto enable this featureIScopesStorageFactorytoSentryOptionsfor providing a customIScopesStorage, e.g. when the defaultThreadLocal-backed storage is incompatible with non-pinning thread models (#5199)beforeErrorSamplingcallback to Session Replay (#5214)onErrorSampleRateis checkedfalseskips replay capture entirely for that error; returningtrueproceeds with the normal sample rate checkDependencies
opentelemetryto1.60.1(was1.57.0)opentelemetry-instrumentationto2.26.0(was2.23.0)opentelemetry-instrumentation-alphato2.26.0-alpha(was2.23.0-alpha)opentelemetry-semconvto1.40.0(was1.37.0)opentelemetry-semconv-alphato1.40.0-alpha(was1.37.0-alpha)